1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMTrinhDo
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMTrinhDo));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.dgv_DMTD = new Telerik.WinControls.UI.RadGridView();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.txttenTD = new System.Windows.Forms.TextBox();
36             
this.txtmaTD = new System.Windows.Forms.TextBox();
37             
this.label3 = new System.Windows.Forms.Label();
38             
this.grpbox = new System.Windows.Forms.GroupBox();
39             
this.cmdluu = new System.Windows.Forms.Button();
40             
this.cmdthoat = new System.Windows.Forms.Button();
41             
this.cmdthem = new System.Windows.Forms.Button();
42             
this.cmdCapnhat = new System.Windows.Forms.Button();
43             
this.cmdxoa = new System.Windows.Forms.Button();
44             
this.panel1.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTD)).BeginInit();
46             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTD.MasterGridViewTemplate)).BeginInit();
47             
this.grpbox.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.BackColor = System.Drawing.Color.Transparent;
54             
this.panel1.Controls.Add(this.dgv_DMTD);
55             
this.panel1.Controls.Add(this.label2);
56             
this.panel1.Controls.Add(this.txttenTD);
57             
this.panel1.Controls.Add(this.txtmaTD);
58             
this.panel1.Controls.Add(this.label3);
59             
this.panel1.Location = new System.Drawing.Point(7, 11);
60             
this.panel1.Name = "panel1";
61             
this.panel1.Size = new System.Drawing.Size(307, 237);
62             
this.panel1.TabIndex = 3;
63             
//
64             
// dgv_DMTD
65             
//
66             
this.dgv_DMTD.Location = new System.Drawing.Point(12, 68);
67             
//
68             
//
69             
//
70             
this.dgv_DMTD.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
71             
this.dgv_DMTD.MasterGridViewTemplate.EnableGrouping = false;
72             
this.dgv_DMTD.Name = "dgv_DMTD";
73             
this.dgv_DMTD.ReadOnly = true;
74             
this.dgv_DMTD.Size = new System.Drawing.Size(283, 163);
75             
this.dgv_DMTD.TabIndex = 31;
76             
//
77             
// label2
78             
//
79             
this.label2.AutoSize = true;
80             
this.label2.BackColor = System.Drawing.Color.Transparent;
81             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
83             
this.label2.Location = new System.Drawing.Point(9, 40);
84             
this.label2.Name = "label2";
85             
this.label2.Size = new System.Drawing.Size(81, 15);
86             
this.label2.TabIndex = 28;
87             
this.label2.Text = "Tên trình độ :";
88             
//
89             
// txttenTD
90             
//
91             
this.txttenTD.BackColor = System.Drawing.SystemColors.ControlLightLight;
92             
this.txttenTD.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93             
this.txttenTD.Location = new System.Drawing.Point(92, 36);
94             
this.txttenTD.MaxLength = 50;
95             
this.txttenTD.Name = "txttenTD";
96             
this.txttenTD.ReadOnly = true;
97             
this.txttenTD.Size = new System.Drawing.Size(203, 22);
98             
this.txttenTD.TabIndex = 2;
99             
this.txttenTD.Tag = "";
100             
//
101             
// txtmaTD
102             
//
103             
this.txtmaTD.BackColor = System.Drawing.SystemColors.ControlLightLight;
104             
this.txtmaTD.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105             
this.txtmaTD.Location = new System.Drawing.Point(92, 6);
106             
this.txtmaTD.MaxLength = 8;
107             
this.txtmaTD.Name = "txtmaTD";
108             
this.txtmaTD.ReadOnly = true;
109             
this.txtmaTD.Size = new System.Drawing.Size(203, 22);
110             
this.txtmaTD.TabIndex = 1;
111             
this.txtmaTD.Tag = "";
112             
//
113             
// label3
114             
//
115             
this.label3.AutoSize = true;
116             
this.label3.BackColor = System.Drawing.Color.Transparent;
117             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
119             
this.label3.Location = new System.Drawing.Point(9, 10);
120             
this.label3.Name = "label3";
121             
this.label3.Size = new System.Drawing.Size(77, 15);
122             
this.label3.TabIndex = 27;
123             
this.label3.Text = "Mã trình độ :";
124             
//
125             
// grpbox
126             
//
127             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
128             
this.grpbox.Controls.Add(this.cmdluu);
129             
this.grpbox.Controls.Add(this.cmdthoat);
130             
this.grpbox.Controls.Add(this.cmdthem);
131             
this.grpbox.Controls.Add(this.cmdCapnhat);
132             
this.grpbox.Controls.Add(this.cmdxoa);
133             
this.grpbox.ForeColor = System.Drawing.SystemColors.ControlText;
134             
this.grpbox.Location = new System.Drawing.Point(308, 5);
135             
this.grpbox.Name = "grpbox";
136             
this.grpbox.Size = new System.Drawing.Size(80, 243);
137             
this.grpbox.TabIndex = 23;
138             
this.grpbox.TabStop = false;
139             
//
140             
// cmdluu
141             
//
142             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
143             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
144             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
145             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
146             
this.cmdluu.Location = new System.Drawing.Point(4, 150);
147             
this.cmdluu.Name = "cmdluu";
148             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
149             
this.cmdluu.TabIndex = 6;
150             
this.cmdluu.Text = "Lưu";
151             
this.cmdluu.UseVisualStyleBackColor = true;
152             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
153             
//
154             
// cmdthoat
155             
//
156             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
157             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
158             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
159             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
160             
this.cmdthoat.Location = new System.Drawing.Point(4, 194);
161             
this.cmdthoat.Name = "cmdthoat";
162             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
163             
this.cmdthoat.TabIndex = 7;
164             
this.cmdthoat.Text = "Thoát";
165             
this.cmdthoat.UseVisualStyleBackColor = true;
166             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
167             
//
168             
// cmdthem
169             
//
170             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
171             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
173             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
174             
this.cmdthem.Location = new System.Drawing.Point(4, 18);
175             
this.cmdthem.Name = "cmdthem";
176             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
177             
this.cmdthem.TabIndex = 3;
178             
this.cmdthem.Text = "Thêm";
179             
this.cmdthem.UseVisualStyleBackColor = true;
180             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
181             
//
182             
// cmdCapnhat
183             
//
184             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
185             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
187             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
188             
this.cmdCapnhat.Location = new System.Drawing.Point(4, 62);
189             
this.cmdCapnhat.Name = "cmdCapnhat";
190             
this.cmdCapnhat.Size = new System.Drawing.Size(73, 30);
191             
this.cmdCapnhat.TabIndex = 4;
192             
this.cmdCapnhat.Text = "Sửa";
193             
this.cmdCapnhat.UseVisualStyleBackColor = true;
194             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click);
195             
//
196             
// cmdxoa
197             
//
198             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
199             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
200             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
201             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
202             
this.cmdxoa.Location = new System.Drawing.Point(4, 106);
203             
this.cmdxoa.Name = "cmdxoa";
204             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
205             
this.cmdxoa.TabIndex = 5;
206             
this.cmdxoa.Text = "Xóa";
207             
this.cmdxoa.UseVisualStyleBackColor = true;
208             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
209             
//
210             
// frmDMTrinhDo
211             
//
212             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
213             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
214             
this.BackColor = System.Drawing.Color.Honeydew;
215             
this.ClientSize = new System.Drawing.Size(401, 254);
216             
this.Controls.Add(this.grpbox);
217             
this.Controls.Add(this.panel1);
218             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
219             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
220             
this.MaximizeBox = false;
221             
this.MinimizeBox = false;
222             
this.Name = "frmDMTrinhDo";
223             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
224             
this.Text = "Danh Mục Trình Độ";
225             
this.ThemeName = "ControlDefault";
226             
this.Load += new System.EventHandler(this.frmDMTrinhDo_Load);
227             
this.panel1.ResumeLayout(false);
228             
this.panel1.PerformLayout();
229             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTD.MasterGridViewTemplate)).EndInit();
230             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMTD)).EndInit();
231             
this.grpbox.ResumeLayout(false);
232             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
233             
this.ResumeLayout(false);
234
235         }
236
237         
#endregion
238
239         
private System.Windows.Forms.Panel panel1;
240         
private System.Windows.Forms.GroupBox grpbox;
241         
private System.Windows.Forms.Button cmdluu;
242         
private System.Windows.Forms.Button cmdthoat;
243         
private System.Windows.Forms.Button cmdthem;
244         
private System.Windows.Forms.Button cmdCapnhat;
245         
private System.Windows.Forms.Button cmdxoa;
246         
private System.Windows.Forms.Label label2;
247         
private System.Windows.Forms.TextBox txttenTD;
248         
private System.Windows.Forms.TextBox txtmaTD;
249         
private System.Windows.Forms.Label label3;
250         
private Telerik.WinControls.UI.RadGridView dgv_DMTD;
251     }
252 }



Quản lý nhân sự công ty bằng c# _ full source code 60.421 lượt xem

Gõ tìm kiếm nhanh...